3 subject="""comment 3"""
4 date="2023-07-31T17:51:00Z"
6 Another way to look at this is that preffered content allows expressing
7 `copies=offline:1`, but there's no way to express a match on the
8 number of copies that are in repositories that are not in the offline group.
10 That might be expressed as say, `copies=!offline:1`
12 Then `not copies=!offline:0` would be useful to only want files that are
13 available in some repository that is not offline.
15 This would avoid the question of what to do with onlyingroup when a
16 repository is in the specified group but also another one.
18 I really don't like the `copies=!offline:1` syntax though. (I already
19 disliked copies=group:n` and this takes it in an even worse direction.)
21 So while this is more generic, I kind of prefer the onlyingroup name..